func time.runtimeNow

3 uses

	time (current package)
		time.go#L1320: func runtimeNow() (sec int64, nsec int32, mono int64)
		time.go#L1341: 	sec, nsec, mono := runtimeNow()
		zoneinfo_read.go#L323: 	sec, _, _ := runtimeNow()